home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / ASHAPES.RDR < prev    next >
Text File  |  1994-05-29  |  901b  |  31 lines

  1. * Shows most representative blocks in rshapes.inc
  2. *   Block "Light" illuminates scene but is not in view.
  3.  
  4. global
  5.     sky cloudy
  6.     floor tiles
  7.     default_texture metallic
  8.     autolight off
  9.  
  10. insert before_textures begin_insert
  11. #include "rshapes.inc"
  12. end_insert
  13.  
  14. block ELLIPS external Ellipsoid
  15. block ELLIPS_1 external Ellipsoid_1
  16. block ELLIPS_2 external Ellipsoid_2
  17. block ELLIPS_3 external Ellipsoid_3
  18. block CUBE   external Cube
  19. block LIGHT  external Light
  20. block SUN    external Sun
  21. block DISK_X external Disk_X
  22. block DISK_Y external Disk_Y
  23. block DISK_Z external Disk_Z
  24. block CONE_X external Cone_X
  25. block CONE_Y external Cone_Y
  26. block CONE_Z external Cone_Z
  27. block HBEAM  external Hbeam
  28. block WEDGE  external Wedge
  29. block ELBOW1  external Elbow1   bounded_by -0.15 -0.05 -0.11 1.05 1.15 0.11
  30. block ELBOW05  external Elbow05 bounded_by -0.075 -0.025 -0.06 1.025 1.075 0.06
  31.